home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  595 b   |  21 lines

  1. on enterFrame
  2.   global yubicurs, mcurs, h, v, numb, mydatebase
  3.   set the visible of sprite 5 to 1
  4.   set the visible of sprite 15 to 1
  5.   set mcurs to list(912, 913)
  6.   set the cursor of sprite 11 to mcurs
  7.   repeat with n = 16 to 17
  8.     set the cursor of sprite n to yubicurs
  9.   end repeat
  10.   repeat with n = 19 to 22
  11.     set the cursor of sprite n to yubicurs
  12.   end repeat
  13.   set the cursor of sprite 23 to yubicurs
  14.   if item 14 of line numb of mydatebase <> 0 then
  15.     set the cursor of sprite 13 to yubicurs
  16.   end if
  17.   set the locH of sprite 15 to h
  18.   set the locV of sprite 15 to v
  19.   unLoad()
  20. end
  21.